!pr1
OBJ.APWRT][F updated to AWIIe Toolkit...........Don Lancaster

I have packed even more goodies on eight disk sides, combining the HACKER and USER packages into one powerful Toolkit.  The price is only slightly higher...  They were $29.50 each, now only $39.50 together.

Now that we have yet another Apple monitor, vastly different yet purportedly compatible, guess what!  Applewriter //e is not QUITE compatible with the //c.  Surprise, surprise!  The status line display gets turned into garbage.  One of the patches included in the new AWIIe Toolkit solves the problem admirably.  This AWIIE CLARIFIER Applesloth program modifies your Applewriter IIe backup diskettes to eliminate trashing of the IIc status display line.  Here it is now, more than slightly compressed for AAL, to tease you into getting the whole Toolkit:

!lm+5
100  REM *---------------------------------------*
200  REM *  COPYRIGHT 1984 BY DON LANCASTER AND  *
220  REM *  SYNERGETICS,  BOX 1300, THATCHER AZ  *
240  REM *  85552      Phone:  (602) 428-4073    *
260  REM *   ALL  COMMERCIAL RIGHTS RESERVED     *
280  REM *---------------------------------------*
380  TEXT : HOME : HIMEM: 8000
400  HTAB 8: PRINT "Applewriter IIe CLARifier": PRINT
600  REM Check Validity
660  PRINT CHR$(4)"BLOAD OBJ.APWRT][F,A$2300
670  IF  PEEK (14815) <  > 188 THEN 880
680  IF  PEEK (15052) <  > 41 THEN 880
690  IF  PEEK (15096) <  > 59 THEN 880
695  REM Install Patches
700  POKE 14815,60: POKE 14816,36: POKE 14817,207:
      POKE 14818,16: POKE 14819,2: POKE 14820,169:
      POKE 14821,62
710  POKE 15052,208: POKE 15053,42 
720  POKE 15062,96
730  POKE 15096,41: POKE 15097,127: POKE 15098,201:
      POKE 15099,96: POKE 15100,176: POKE 15101,208:
      POKE 15102,201: POKE 15103,64
740  POKE 15104,144: POKE 15105,204: POKE 15106,41:
      POKE 15107,63: POKE 15108,176: POKE 15109,200
750  PRINT CHR$(4)"UNLOCK OBJ.APWRT][F"
760  PRINT CHR$(4)"BSAVE OBJ.APWRT][F,A$2300,L$30D3"
770  PRINT CHR$(4)"LOCK OBJ.APWRT][F"
870  PRINT "IT WORKED!" : END
880  PRINT "Will not verify as AWIIe; patch ABORTED" : END

!lm-5
Gotchas:  Fixes only the status line.  Rare and brief changes  in the flashing cursor symbol will remain.
